home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / compuserve-file-archive / 04 geoProgramming / HEXCLC.SDA / ROUTINES (.txt) < prev    next >
Encoding:
GEOS ConVerT  |  2019-04-13  |  4.1 KB  |  187 lines

  1. Routines
  2. SEQ formatted GEOS file V1.0
  3. Olivetti PR2300
  4. OP V2.0 or higher
  5. BLASTER'S CONVERTER V2.5
  6. ASCII
  7. UTILITY
  8. COPE SOURCE V1.0
  9. DL870517
  10. COPE EDITOR V1.0
  11. ; NOTE:
  12. ;  The more labels you have the slower the Assembler
  13. ;  will run.  Place a semi-colon in front of the routines
  14. ;  you will not be using.
  15. ;MISC
  16. ;BootGEOS     =  $C000
  17. ;ResetHandle   =  $C003
  18. ;InterruptMain  =  $C100
  19. ; PROCESSES
  20. ;InitProcesses   =  $C103
  21. ;RestartProcess =  $C106
  22. ;EnableProcess  =  $C109
  23. ;BlockProcess   =  $C10C
  24. ;UnblockProcess =  $C10F
  25. ;FreezeProcess  =  $C112
  26. ;UnfreezeProcess = $C115
  27. ; GRAPHICS
  28.  HorizontalLine   =  $C118
  29.  InvertLine       =  $C11B
  30.  RecoverLine    = $C11E
  31.  VerticalLine     = $C121
  32.  Rectangle      = $C124
  33.  FrameRectangle = $C127
  34.  InvertRectangle = $C12A
  35.  RecoverRectangle = $C12D
  36.  DrawLine  = $C130
  37.  DrawPoint = $C133
  38.  GraphicsString = $C136
  39.  SetPattern =$C139
  40.  GetScanLine = $C13C
  41. ;TestPoint = $C13F
  42. ; BACKGROUND GENERATION
  43.  BitmapUp = $C142
  44. ;  CHARACTER MANIPULATION
  45.  PutChar = $C145
  46.  PutString = $C148
  47. ;UseSystemFont = $C14B
  48. ; MOUSE & MENUS
  49.  StartMouseMode = $C14E
  50. ;DoMenu = $C151
  51. ;RecoverMenu = $C154
  52. ;RecoverAllMenus = $C157
  53.  DoIcons = $C15A
  54. ; UTILITIES
  55. ;DShiftLeft = $C15D
  56. ;BBMult = $C160
  57. ;BMult = $C163
  58. ;DMult = $C166
  59. ;Ddiv = $C169
  60. ;DSdiv = $C16C
  61. ;Dabs = $C16F
  62. ;Dnegate = $C172
  63. ;Ddec = $C175
  64. ;ClearRam = $C178
  65. ;FillRam = $C17B
  66. ;MoveData = $C17E
  67. ;InitRam = $C181
  68.  PutDecimal = $C184
  69. ;GetRandom = $C187
  70. ; MISC MOUSE, MENU, GRAPHICS, SLEEP
  71.  MouseUp = $C18A
  72.  MouseOff = $C18D
  73. ;DoPreviousMenu = $C190
  74. ;ReDoMenu = $C193
  75. ;GetSerialNumber = $C196
  76. ;Sleep = $C199
  77. ;ClearMouseMode = $C19C
  78.  i_Rectangle = $C19F
  79.  i_FrameRectangle = $C1A2
  80.  i_RecoverRectangle = $C1A5
  81.  i_GraphicsString = $C1A8
  82. ;  BACKGROUND GENERATION
  83.  i_BitmapUp = $C1AB
  84. ; CHARACTER MANIPULATIION
  85.  i_PutString = $C1AE
  86.  GetRealSize = $C1B1
  87. ;      MOUSE & MENUS
  88. ;      UTILITIES
  89. ;i_FillRam = $C1B4
  90. ;i_MoveData = $C1B7
  91. ; ROUTINES ADDED LATER
  92.  GetString = $C1BA
  93.  GotoFirstMenu = $C1BD
  94. ;InitTextPrompt = $C1C0
  95.  MainLoop = $C1C3
  96. ;DrawSprite = $C1C6
  97.  GetCharWidth = $C1C9
  98. ;LoadCharSet = $C1CC
  99. ;PosSprite = $C1CF
  100. ;EnablSprite = $C1D2
  101. ;DisablSprite = $C1D5
  102.  CallRoutine = $C1D8
  103. ;CalcBlksFree = $C1DB
  104. ;ChkDkGEOS = $C1DE
  105.  NewDisk = $C1E1
  106. ;GetBlock = $C1E4
  107. ;PutBlock = $C1E7
  108. ;SetGEOSDisk = $C1EA
  109. ;SaveFile = $C1ED
  110. ;SetGDirEntry = $C1F0
  111. ;BldGDirEntry = $C1F3
  112. ;GetFreeDirBlk = $C1F6
  113. ;WriteFile = $C1F9
  114. ;BlkAlloc = $C1FC
  115. ;ReadFile = $C1FF
  116. ;SmallPutChar = $C202
  117. ;FollowChain = $C205
  118. ;GetFile = $C208
  119. ;FindFile = $C20B
  120. ;CRC = $C20E
  121.  LdFile = $C211
  122. ;EnterTurbo = $C214
  123.  LdDeskAcc = $C217
  124. ;ReadBlock = $C21A
  125.  LdApplic = $C21D
  126.  WriteBlock = $C220
  127. ;VerWriteBlock = $C223
  128. ;FreeFile = $C226
  129. ;GetFHdrInfo = $C229
  130.  EnterDeskTop = $C22C
  131.  StartAppl = $C22F
  132. ;ExitTurbo = $C232
  133. ;PurgeTurbo = $C235
  134. ;DeleteFile = $C238
  135. ;FindFTypes = $C23B
  136.  RstrAppl = $C23E
  137.  ToBasic = $C241
  138. ;FastDelFile = C244
  139. ;GetDirHead = $C247
  140. ;PutDirhead = $C24A
  141. ;NxtBlkAlloc = $C24D
  142.  ImprintRectangle = $C250
  143. ;i_ImprintRectangle = $C253
  144.  DoDlgBox = $C256
  145. ;RenameFile = $C259
  146. ;InitForIO = $C25C
  147. ;DoneWithIO = $C25F
  148. ;DShiftRight = $C262
  149.  CopyString = $C265
  150.  CopyFString = $C268
  151.  CmpString = $C26B
  152.  CmpFString = $C26E
  153.  FirstInit = $C271
  154.  OpenRecordFile = $C274
  155.  CloseRecordFile = $C277
  156.  NextRecord = $C27A
  157.  PreviousRecord = $C27D
  158.  PointRecord = $C280
  159.  DeleteRecord = $C283
  160.  InsertRecord = $C286
  161.  AppendRecord = $C289
  162.  ReadRecord = $C28C
  163.  WriteRecord = $C28F
  164.  SetNextFree = $C292
  165.  UpdateRecordFile = $C295
  166.  GetPtrCurDkNm = $C298
  167.  PromptOn = $C29B
  168.  PromptOff = $C29E
  169.  OpenDisk = $C2A1
  170.  DoInlineReturn = $C2A4
  171.  GetNextChar = $C2A7
  172.  BitmapClip = $C2AA
  173.  FindBAMBit = $C2AD
  174.  SetDevice = $C2B0
  175.  IsMseInRegion = $C2B3
  176.  ReadByte = $C2B6
  177.  FreeBlock = $C2B9
  178.  ChangeDiskDevice = $C2BC
  179.  RstrFrmDialog = $C2BF
  180.  Panic = $C2C2
  181.  BitOtherClip = $C2C5
  182. ;StashRAM = $C2C8
  183. ;FetchRAM = $C2CB
  184. ;SwapRAM = $C2CE
  185. ;VerifyRAM = $C2D1
  186. ;DoRAMOp = $C2D4
  187.